_hitTest Method (_BaseView<TOwnerView>) | ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseView<TOwnerView> Class / _hitTest Method

In This Topic
_hitTest Method (_BaseView<TOwnerView>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function _hitTest( _
   ByVal point As IPoint, _
   ByVal currentZLevel As Integer, _
   ByVal prediction As IPrediction(Of HitTestResult) _
) As HitTestResult
 

Parameters

point
currentZLevel
prediction
See Also